home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / astronmy / strchart.arc / patch.arc / starlase.dif < prev    next >
Text File  |  1989-03-23  |  303b  |  17 lines

  1. *** ../starchart/starlaser.c    Mon Sep 19 09:11:19 1988
  2. --- starlase.c    Mon Sep 26 23:41:46 1988
  3. ***************
  4. *** 25,31 ****
  5. --- 25,35 ----
  6.   */
  7.   
  8.   #include <stdio.h>
  9. + #ifndef ST_MWC
  10.   #include "starchart.h"
  11. + #else /* ST_MWC */
  12. + #include "starchrt.h"
  13. + #endif /* ST_MWC */
  14.   
  15.   char *calloc ();
  16.   
  17.